home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / emacs-complete / fsf / emacs / src / s / hpux9shr.h < prev    next >
C/C++ Source or Header  |  1994-06-04  |  210b  |  12 lines

  1. #define ORDINARY_LINK
  2. #define HPUX_USE_SHLIBS
  3. #define RUN_TIME_REMAP
  4.  
  5. #include "hpux9.h"
  6.  
  7. /* We must turn off -g since it forces -static.  */
  8. #ifdef __GNUC__
  9. #undef C_DEBUG_SWITCH
  10. #define C_DEBUG_SWITCH
  11. #endif
  12.